home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / pc / dos / programg / zi_123 / runme.bat < prev    next >
DOS Batch File  |  1992-08-19  |  945b  |  30 lines

  1. @echo off
  2. echo * 
  3. echo * To get you started, this batch file will compile the five demonstration
  4. echo * scripts into EXE files, so you can see what Z/Install can do.  
  5. echo * 
  6. echo * If you want to exit, press CTRL-C now, otherwise hit any key to continue.
  7. echo * 
  8. pause>nul
  9. zinstall demo
  10. zinstall barmenu
  11. zinstall dialog
  12. zinstall gosub
  13. zinstall command
  14. cls
  15. echo *
  16. echo * Compile is complete!  The following EXE files may now be run:
  17. echo *
  18. echo * DEMO.EXE     - A sample full-fledged installation program
  19. echo * BARMENU.EXE  - Demonstrates the use of bar menus
  20. echo * DIALOG.EXE   - Demonstrates the use of dialogs and input
  21. echo * COMMAND.EXE  - Uses command-line arguments
  22. echo * GOSUB.EXE    - Demonstrates the use of GoSUB commands
  23. echo *
  24. echo * The source for each of these EXE files can be found in their 
  25. echo * respective .ZSL files.  For example, the source for DEMO.EXE is 
  26. echo * DEMO.ZSL.
  27. echo *
  28. echo.
  29.  
  30.